@font-face {
    font-family: "Arial Bold";
    src: url("../fonts/Arial/ARIALBD.TTF") format('truetype');
}
@font-face {
    font-family: 'Source Code Pro';
    src: url("../fonts/source-sans-pro/SourceSansPro-Regular.otf") format('opentype');
}
@font-face {
    font-family: 'Lato';
    src: url("../fonts/lato/Lato-Regular.ttf") format("truetype");
}
@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
    font-family: 'Poppins';
    src: url("../fonts/Poppins Font/Poppins-Regular.ttf");
}
@font-face{
    font-family: 'Work Sans';
    src: url('../fonts/Work_Sans/WorkSans-VariableFont_wght.ttf');
}
*{
    font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
html {
    scroll-behavior: smooth;
}
/* Img mid-product.php */
.img-fluid{
    margin-top: 40px;
}
/* img mid-product.php */
/* Zoom Img API JS */
.zoomImg{
    width : 900px !important; /* Por defecto para PoyntStore */
    height: 900px !important; /* Por defecto para PoyntStore */
}
/* BARRA DE CATEGORIAS */
.Branches.Departamentos-containt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.Branch.Departamento-containt {
    /* margin: 0 40px !important; */
}
/* BARRA DE CATEGORIAS */

.current_branch {
    margin: 0 1.5rem 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #cc2128;
}
header .dropdown-item.active, .dropdown-item:active {
    color: #141414 !important;
}
.branch_address_menu_header {
    /* font-size: 12px; */
    color: #787878;
}
.menuTienda {
    z-index: 20;
    position: absolute;
    background: white;
    /* left: 11.4%; */
    top: 80%;
    height: auto;
    border-radius: 3px;
    display: none;
    font-size: 14px;
    user-select: none;
    width: 13rem;
}
.menuTienda .dropdown-item {
    padding: .25rem 0.7rem;
}
.mostrarMenuT.menu-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    /* margin: 0 17px; */
    cursor: pointer;
}
.mostrarMenuT.menu-1 .fa-chevron-down {
    font-size: 11px;
    margin-left: 12px;
    margin-bottom: 2px;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: rgba(0,0,0,0.1);  
}
.stock_element {
    font-size: 12px;
    margin: 2px 0;
    color: #6c757d !important;
    height: 3em;
}
.stock_available {
    color: #03bb03f7;
}
.stock_no_available {
    color: #ec07eccc;
}
.check_stock {
    text-decoration: underline;
    cursor: pointer;
}
.stock_modal_red_msg {
    color: red; 
    font-size: 13px;
}
.categories_inner_container .subgrupos {
    margin-top: 3%;
}
.linea_subgrupo {
    margin: 6px 0;
}
body {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
    font-family: 'Arial';
}
.price-detail {
    /* font-family: 'Muli SemiBold'; */
    white-space: nowrap;
}
/* CLASIFICACIONES */

    /* PRODUCTS.PHP */
    .barra-lateral-grupos {
        /* font-family: 'Muli Extra Bold' !important; */
        font-size: 1.3rem !important;
        /*margin-top: 7%;*/
        /* border-bottom: 1px dashed #C0C9D1;  */
    }
    .barra-lateral-subgrupos {
        /* font-family: 'Muli SemiBold' !important; */
        font-size: 1rem !important;
        /*margin-top: 3%;*/
    }
    .branch_title{
        font-size: 11pt !important;
        font-weight: 600;
        text-align: left;
        margin-left: 10%;
        border-bottom: #000 solid 1px;
        padding-top: 2%;
        padding-bottom: 2%;
    }
    .leaf_subgroup{
        font-size: 9.5pt !important;
        margin-left: 15%;
        text-align: left;
    }
    #filtrar_por{
        text-align: left;
        padding-left: 8%;
        border-bottom: 1px solid #acacac;
        padding-bottom: 5%;
        font-size: 14pt;
    }
    .leaf_container{
        margin-bottom: 8% !important;
    }
    .barra-lateral-grupos, .barra-lateral-subgrupos {
        height: 35px !important;
        display: flex !important;
        flex-direction: column;
        justify-content: center !important;
        align-items: left !important;
    }
    .SubBranch.subgroup .Leaf {
        /* border-bottom: 1px dashed #C0C9D1;  */
    }
    .SubBranch.subgroup span {
        margin-left: 10%;
    }

/*  Header NEW  */


:root{
    --new_arrival_blue: #000;
}
#header_new{
    background-color: #fff;
    width: 100%;
    /*position: fixed;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*z-index: 1001;*/
}
.header_new_navbar_container{
    width: 100%;
    display: flex;
    padding-top: .5%;
    padding-bottom: .3%;
    padding-left: 2%;
    padding-right: 2%;
    box-sizing: border-box;
    justify-content: space-between;
}
.header_new_nav_link{
    box-sizing: border-box;
    /*padding-top: 2%;*/
    font-size: 1.2vw;
    font-weight: normal;
}
.header_new_static_options a div{
    font-size: 1.3vw;
}
.header_new_nav_icon{
    box-sizing: border-box;
    width: 20%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.header_new_nav_icon img{
    width: 35px;
}
#header_new_badge_cart{
    position: absolute;
    left: 58%;
    color: #fff;
    font-size: 6.5pt;
}
.header_new_logo_container{
    width: 15%;
    box-sizing: border-box;
    padding-top: .5%;
    padding-bottom: .5%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.header_new_nav_icon div{
    text-align: center;
}
.header_new_logo img{
    width: 100%;
}
.header_new_icons_container{
    display: flex;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-around;
}
.header_new_options_container{
    width: 20%;
    display: flex;
    padding-top: .5%;
    padding-bottom: .5%;
    justify-content: space-between;
    list-style: none;
}
#categoriesBarInnerContainer{
    padding: 0% 2% 0% 2%;
    align-items: center;
}
.headerStaticBar {
    width: 30%;
    display: flex;
    position: absolute;
    z-index: 1000;
    justify-content: space-between;
    line-height: 42px;
    background-color: #fff;
    color: #000;
    font-size: 11pt;
    margin-left: 2%;
    overflow-y: scroll;
}
#categoriesButton {
    cursor: pointer;
  }
.headerStaticBar::-webkit-scrollbar-track{
    /* border: 1px solid #000; */
    padding: 2px 0;
    background-color: #f0f2f4;
}
.headerStaticBar::-webkit-scrollbar {
width: 5px;
}
.headerStaticBar::-webkit-scrollbar-thumb {
border-radius: var(--borderRadius);
box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #b6b6b6;
    /* border: 1px solid #051e0b; */
}
#headerStaticBarOptions {
width: 100%;
margin-top: 20px;
margin-bottom: 20px;
}
.headerStaticOptGroupsOption {
    padding-left: 5%;
    font-size: 1vw;
    text-transform: lowercase;
  }
  .headerStaticOptGroupsOption::first-letter{
    text-transform: capitalize;
  }
  .headerStaticOptGroupsOption:hover {
    background-color: #c2c2c2;
    color: #000;
  }
.headerStaticOpt a:hover{
    transition: color ease 200ms;
    color: #000;
}
.groupsOpt {
    position: absolute;
    left: 32%;
    z-index: 1000;
    width: 25%;
    /* height: 294px; */
    background-color: #fff;
    line-height: 42px;
    border-left: 2px solid #cfcfcf;
  }
  .groupsOpt::-webkit-scrollbar-track{
    /* border: 1px solid #000; */
    padding: 2px 0;
    background-color: #f0f2f4;
  }
  .groupsOpt::-webkit-scrollbar {
    width: 5px;
  }
  .groupsOpt::-webkit-scrollbar-thumb {
    border-radius: var(--borderRadius);
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #b6b6b6;
      /* border: 1px solid #051e0b; */
  }

  .headerStaticOpt {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding-left: 5%;
    padding-right: 5%;
}
.headerStaticOpt:hover{
    background-color: #c2c2c2;
    color: #000;
}
.headerStaticOpt .headerStaticOptCategory {
    font-size: 1vw;
    text-transform: lowercase;
  }
  .headerStaticOpt .headerStaticOptCategory::first-letter{
    text-transform: capitalize;
  }
.hideThis{
    display: none;
}
.showThis{
    display: block;
}
#overShadow{
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    z-index: 480;
    opacity: 30%;
    display: none;
  }
@media screen and (max-width: 800px){
    .header_new_options_container{
        width: 30%;
    }
}
#header_new_button_responsive{
    display: none;
    background: none;
    border: none;
    width: 2%;
    margin-top: 1.8%;
}
.header_new_options{
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin-left: 2%;
    padding-top: .6%;
}
.header_new_static_options{
    display: flex;
}
#icon_arrow_down{
    width: 10px;
    height: 10px;
}
.header_new_static_options a:hover{
    color: #b0b0b0;
    transition: color ease-out 300ms;
}
.header_new_static{
    background-color: var(--new_arrival_blue);
    color: #fff;
    display: none;
}
.header_new_static_options div{
    padding-bottom: .1%;
    padding-top: .1%;
}
#header_menu_megaMenu_insert{
    width: 100%;
    background-color: #a2a2a2;
    color: #FFF;
    display: flex;
    position: absolute;
    z-index: 800;
}
.close_new_sign{
    width: 5%;
    padding-top: 2%;
    height: auto;
    display: none;
}
.close_new_sign div{
    width: 100%;
    height: auto;
    text-align: center;
    cursor: pointer;
}
.close_new_sign div:hover{
    color:#DC291E;
}
#header_new_col_categories{
    width: 18%;
    border-right: 1px solid #d0d0d0;
    margin-right: 2%;
}
#header_new_col_categories div{
    margin-bottom: 5%;
    width: 80%;
    cursor: pointer;
}
.header_new_col_group_title{
    font-weight: bolder;
    font-size: 1.3vw;
}
.header_new_col_group_title:hover{
    color: #DC291E;
}
.header_new_col_groups{
    width: 100%;
    padding: 2%;
}
.header_new_col_groups .mostrarTodo{
    font-size: 1vw;
    font-weight: normal;
    color: #fff;
    background-color: #007BC0;
    padding: 1% 2% 1%;
    border-radius: 5px;
}
.header_new_col_groups .mostrarTodo:hover{
    color: #fff;
    background-color: #007BC0;
}
.header_new_col_group{
    font-size: 1.3vw;
    font-weight: bolder;
    display: block;
    margin-bottom: 1rem;
    break-inside: avoid;
    box-sizing: border-box;
    margin-right: 3%;
}
.header_new_col_subgroups div{
    font-weight: normal;
    font-size: 1.1vw;
}
.header_new_col_subgroups div:hover{
    color: #DC291E;
}
#header_new_col_categories div:hover{
    border-bottom: 2px solid #007BC0;
}
.hideThis{
    display: none;
}
.showThis{
    display: flex;
}
.header_new_megaMenu_container{
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 2%;
    padding-bottom: 2%;
    /*display: block;*/
    /*columns: 12rem;*/
    /*column-width: 10%;*/
    column-count: 6;
    gap: .5rem;
    position: relative;
}
.header_new_megaMenu_col{
    padding-top: 1%;
    /*padding-left: 2%;*/
    /*margin-right: 4%;*/
    background-color: #ffffff;
    margin-bottom: 1rem;
    break-inside: avoid;
    box-sizing: border-box;
}
.header_new_megaMenu_linkMaster{
    font-weight: 700;
    font-size: 16pt;
}
#logo_nav_responsive{
    display: none;
}
.header_new_responsive_container{
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    overflow: scroll;
    display: block;
    height: 0px;
    transition: height ease 400ms;
    -ms-overflow-style: none;
    scrollbar-width: none
}
.header_new_responsive_container::-webkit-scrollbar{
    display: none;
}

.header_new_responsive_link{
    padding-top   : 4%;
    padding-bottom: 4%;
    padding-left  : 10%;
    padding-right : 10%;
    border-bottom : 1px solid #a4a4a4;
}
.header_new_responsive_link:hover{
    background-color: #ececec;
}
.header_new_responsive_title{
    padding-top: 4%;
    padding-bottom: 4%;
    padding-left: 3%;
    color: var(--new_arrival_blue) ;
}
.header_new_megaMenu_linkMaster{
    font-size: 1.3vw;
}
.header_new_megaMenu_linkChild{
    font-size: 1vw;
}

/* headerStaticBar */
#sucursalesIcon{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#sucursalesIcon{
    font-size: 10pt;
}
.headerStaticBar{
    background-color: #ffffff;
    color: #202020;
    font-size: 11pt;
    border-top: 0.2px solid #efefef;
}
.headerStaticBarOptions{
    width: 100%;
    display: flex;
    text-transform: uppercase;
    justify-content: space-between;
}
.categoriesNavBarItem{
    border-radius: 5px;
    text-align: center;
    font-size: 12pt;
    display: flex;
    align-items: center;
    padding-left: 1%;
    padding-right: 1%;
    height: 43px;
    transition: all ease 200ms;
}
#splideTrack {
    margin-left: 5%;
    margin-right: 5%;
}
.splide__arrow{
    width: 1em !important;
    height: 1em !important;
    background: none !important;
}

@media screen and (max-width: 940px){
    .headerStaticBarOptions{
        font-size: 8pt;
    }
}
.headerStaticBarSucursales{
    text-transform: uppercase;
}
.headerStaticOpt a:hover{
    transition: color ease 200ms;
    color: #000;
}
@media screen and (min-width: 1600px){
    #header_new_badge_cart{
        font-size: .7vw;
    }
}
@media screen and (max-width: 768px){
    .header_new_nav_icon{
        box-sizing: border-box;
        width: 25%;
    }
    #sucursalesVentana{
        left:0 !important;
        width: 100%;
    }
}
@media screen and (max-width: 750px){
    .header_new_navbar_container{
        width: 100%;
        display: flex;
        padding-top: 1.5%;
        padding-bottom: 1.5%;
        padding-left: 4%;
        padding-right: 4%;
        box-sizing: border-box;
        justify-content: space-between;
    }
    .header_new_logo_container{
        padding-top: 1%;
        width: 25%;
    }
    .header_new_options_container{
        width: 30%;
        justify-content: space-around;
        align-items: center;
        display: flex;
    }
    .header_new_icons_container{
        width: 70%;
        padding-top: 2%;
        justify-content: space-around;
        display:flex;
        box-sizing: border-box;
    }
    .header_new_nav_icon{
        box-sizing: border-box;
        width: 100%;
    }
    #user_nav_icon{
        display: none;
    }
    #header_new_button_responsive{
        display: block;
        width: 35px;
    }
    .headerStaticBar{
        display: none;
    }
    #user_nav_icon_responsive img{
        width: 6%;
    }
    #header_new_badge_cart{
        font-size: 7.5pt;
    }
}
@media screen and (max-width: 550px){
    .header_new_options_container{
        width: 40%;
        justify-content: space-around;
    }
    .header_new_logo_container{
        padding-top: 1%;
        width: 32%;
    }
}
/* @media screen and (max-width: 775px){
    .header_new_logo_container{
        padding-top: 1%;
    }
} */
/* @media screen and (max-width: 650px){
    #logo_nav_responsive{
        width: 50%;
    }
    #header_new_button_responsive{
        width: 13%;
    }
    .header_new_icons_container{
        width: 45%;
        padding-top: 2%;
        justify-content: end;
    }
    #header_new_badge_cart{
        font-size: 10pt;
    }
} */
/* @media screen and (max-width: 550px){
    #logo_nav_responsive{
        width: 55%;
    }
    #header_new_button_responsive{
        width: 13%;
        padding-top: 1%;
    }
    .header_new_icons_container{
        width: 45%;
        padding-top: 3%;
        justify-content: end;
    }
    #header_new_badge_cart{
        font-size: 8pt;
    }
    .header_new_static_hide{
        display: block;
    }
} */
/* @media screen and (max-width: 450px){
    #logo_nav_responsive{
        width: 65%;
    }
    #header_new_button_responsive{
        width: 15%;
        padding-top: 1%;
    }
    .header_new_icons_container{
        width: 50%;
        padding-top: 3%;
        justify-content: end;
    }
    #header_new_badge_cart{
        font-size: 8pt;
    }
    .header_new_options_container{
        padding-top: 3%;
        justify-content: flex-end;
    }
} */
/* @media screen and (max-width: 390px){
    #logo_nav_responsive{
        width: 70%;
    }
    #header_new_badge_cart{
        font-size: 8pt;
    }
    .header_new_navbar_container{
        padding-bottom: 2%;
        padding-top: 2%;
    }
    #header_new_button_responsive{
        width: 18%;
        padding-top: 0%;
    }
    .header_new_icons_container{
        width: 55%;
        padding-top: 3%;
        justify-content: end;
    }
}
@media screen and (max-width: 330px){
    #logo_nav_responsive{
        width: 80%;
    }
    #header_new_button_responsive{
        width: 23%;
    }
    .header_new_icons_container{
        width: 60%;
        margin-top: 2%;
    }
    #header_new_badge_cart{
        font-size: 8pt;
    }
} */
/* CLASIFICACIONES */

.main_title {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
    /*font-family: 'Muli Extra Bold';*/
}


/* BUTTON STYLES */
.button-model-1 {
    /* border-radius: 20px; */
    border-radius: 0 !important;
    font-size: 18px;
    /*font-family: 'Muli Extra Bold';*/
    height: 40px;
    border-width: 2px;
}
.button-model-2 {
    /* border-radius: 24px; */
    border-radius: 0 !important;
    font-size: 18px;
    /*font-family: 'Muli Extra Bold';*/
    height: 48px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button-model-3 {
    /* border-radius: 20px; */
    border-radius: 0 !important;
    height: 40px;
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    width: 7rem;
}
/* BUTTON STYLES */

/* CARRUSELES */

    /* PAGINA INICIAL */
    .carousel-model-1 {
        padding: 1.5rem 5rem !important;
    }
    /* PAGINA INICIAL */

    /* CARRUSEL SUGERIDOS (PASILLO Y DETALLE) */
    h2.sugeridos-products-title {
        font-size: 32px;
        /* margin-top: 70px; */
        margin-bottom: 30px;
    }
    /* CARRUSEL SUGERIDOS (PASILLO Y DETALLE) */

/* CARRUSELES */
ul {
    margin: 0;
    padding: 0;
}
img {
    width: 100%;
}
a {
    text-decoration: none;
    color: inherit;
}
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
a:hover {
    text-decoration: none;
    color: inherit;
}

html, body, .main_wrapper {
    height: 100%;
}
header {
    position: fixed;
    top: 0;
}
footer{
    background-color: #fff !important;
}
header, footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#main_container {
    /*max-width: 1170px;*/
    margin: 0 auto;
}
#main_container_2 {
    /*max-width: 1170px;*/
    margin-bottom: 80px;
    /* Podemos Editar el Margin Top de Nuestro Banner */
    /*margin-top: 80px;*/
}
.main_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.carousel-title {
    /* font-family: "Muli Black"; */
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 30px;
    /* font-weight: bold; */
}
@media screen and (min-width: 1440px){
    .carousel-title{
        font-size: 2.1vw;
    }
}
@media screen and (max-width: 375px){
    .carousel-title{
        font-size: 1.5rem;
    }
}

/* Rutas */
.slash_symbol {
    margin: 0 10px;
}
/* Rutas */

/* Paginador */

.pager_container {
    /* border-bottom: 2px solid #C8CCD0; */
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* margin-bottom: 40px; */
    /* margin-bottom: 40px; */
    /* border-bottom: 1px solid #939598; */
    padding-bottom: 15px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    /* font-family: 'Muli Extra Bold' !important; */
}
.pager_container h2 {
    margin: 0;
    font-size: 3vw;
}
.action_buttons {
    display: inline-block; 
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.Pager{
    font-size: 1.3vw;
}
/* Paginador */
.product-name-carousel {
    /* font-family: 'Muli Extra Bold' !important; */
    /*text-transform: uppercase;*/
    text-align: center;
    height: 25px;
    /*overflow: hidden;*/
    line-height: 1.3;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 11pt;
}
.product-price-carousel {
    font-family: "Arial Bold" !important;
    text-align: center;
    font-size: 1.3em;
    color: #141414;
    white-space: nowrap;
}
#nombre_producto{
    text-align: center;
}
.product-description-carousel {
    text-align: center;
    font-size: 16px;
    color: #141414;
    margin-top: 24px;
}
.product-tax-message {
    text-align: center;
    font-size: 1.3em;
}
.px {
    border-radius: 2.5rem;
}
.banner4_subtitle {
    color: #6e6d70; 
    font-size: 1.6vw;
    /* font-family: 'Muli SemiBold'; */
}
/* .banner4_title {
    font-family: "Arial Bold";
    font-size: 28px;
} */
/* Header */
.header_wrapper {
    background-color: #FFF;
    /*Cambio de Color del Header*/
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: flex-end;
    /*height: 130px;*/
    width: 100%;
    z-index: 16;
    box-sizing: border-box;
    padding-left: 2%;
    padding-bottom: 1%;
}
#header_wrapper:hover{
    background-color: #fff;
    transition: background-color .400s;
}
/* ----- Header - Scroll Comportamiento (Ponerle Fondo al hacer Scroll) */
body.scrolled #header_wrapper {
    background-color: none;
    transition: background-color .200s;
}
body.scrolled #header_wrapper {
    background-color: #fff;
    transition: background-color .400s;
}
#Departamento-containt  > span{
    color: #fff;
}
.lista-categorias {
    align-items: flex-end;
    display: flex;
    width: 100%;
    margin-left: 40px;
}
.header_wrapper .header_logo {
    display: flex;
}
.header_wrapper .header-logo-3 {
    width: 100%;
    position: relative;
}
.header_wrapper .header_row_1 {
    position: relative;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-between;
    /*max-width: 1138px;*/
    margin: 0 auto;
    padding-top: 10px;
    -webkit-box-align: flex-end;
        -ms-flex-align: flex-end;
            align-items: flex-end;
}
.header-logo-3{
    width: 100%;
}
.header_logo a{
    width: 100%;
}
.header_wrapper nav {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    /* font-family: 'Futura Book'; */
}
.header_wrapper nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.header_wrapper nav li {
    text-transform: uppercase;
    margin: 0 25px;
    cursor: pointer;
}
.header_wrapper nav span:hover {
    color: #CC2128;
    -webkit-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
}
.header_wrapper .header_wrapper_icons {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: .5%;
    padding-bottom: .5%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header_wrapper .header_wrapper_icons > span {
    width: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 23px;
    cursor: pointer;
}
.left_header_icons {
    width: 30px;
}

/* Barra de categorias */
.category_window_container {
    width: 200px;
    text-align: center;
    position: relative;
}
.category_window {
    position: absolute;
    background: #141414;
    width: inherit;
    text-align: left;
    display: none;
    width: 100%;
}
.category_window ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.category_window ul li {
    padding: 10px;
    margin: 0 !important;
}

#tag_precio_producto{
    margin-top: 10px;
    font-size: 12pt;
    text-align: center;
    font-weight: 300;
    color: #838383;
    /*background-color: #ffffff;*/
}


/* Owl Carousel */
.owl-carousel .owl-stage{display: -webkit-box;display: -ms-flexbox;display: flex;}
.owl-stage .item .product-container-carousel {
    /* padding: 13px; */
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; *//*This is optional*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
}



/* Iconos del cabecero */
.profile_icon ul {
    list-style: none;
}

/* Footer */
.footer_ring_1 {
    width: 340px;
    height: 350px;
    background: #fedd00;
    border-radius: 600px 0 0 0;
    -moz-border-radius: 100px 0 0 0;
    -webkit-border-radius: 600px 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.footer_ring_2 {
    width: 140px;
    height: 155px;
    background: #00b74f;
    border-radius: 600px 0 0 0;
    -moz-border-radius: 100px 0 0 0;
    -webkit-border-radius: 600px 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.footer_logo {
    width: 100%;
}
footer {
    background-color: #EEF0F2;
}
.footer_wrapper {
    position: relative;
    color: #FFF;
    background: #a3a3a3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* height: 460px; */
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-around;
    margin-top: 2%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.footer_wrapper .row {
    max-width: 980px;
}

.footer_wrapper h2 {
    font-family: 'Arial Bold';
    font-size: 24px;
    /* color: #fff; */
    margin-bottom: 13.35px;
}

.footer_wrapper ul {
    list-style: none;
}

.footer_wrapper ul li {
    margin-bottom: 6px;
}
.footer_wrapper .footer_icon_1 {
    max-width: 30px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer_box4_p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
}
.red_bg {
    background-color: rgba(204, 33, 40, 1);
    color: #fff;;
}
.footer_btn_1_left {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-color: rgba(204, 33, 40, 1);
    border-width: 2px;
    height: 45px;
    padding: 0 25px;
    background-color: transparent;
}
.footer_btn_1_left:focus {
    border-color: rgba(204, 33, 40, 1);
    background-color: transparent;
    color: #fff;
}
.footer_btn_1_left::-webkit-input-placeholder {
    color: #fff;
}
.footer_btn_1_left::-moz-placeholder {
    color: #fff;
}
.footer_btn_1_left:-ms-input-placeholder {
    color: #fff;
}
.footer_btn_1_left::-ms-input-placeholder {
    color: #fff;
}
.footer_btn_1_left::placeholder {
    color: #fff;
}
.footer_btn_1_right {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-color: rgba(204, 33, 40, 1);
    padding: 0 25px;
    cursor: pointer;
    /* font-family: 'Futura Book'; */
}
.footer_btn_2 {
    border-radius: 25px;
    height: 45px;
    padding: 0 25px;
    background-color: #fedd00;
    color: #141414;
    /* font-family: 'Futura Book'; */
}
.footer_wrapper .footer_btn_2:hover {
    background-color: #fff;
}
.footer_wrapper .footer_box5_icons_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    /* padding-top: 30px;
    margin-left: 11px; */
}
.footer_icon_2 {
    width: 50px;
    margin-right: 10px;
}

.header_menu_icon_container_wrapper {
    display: none;
}

.collapsible-menu {
    height: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    background-color: #fff;
    color: #141414;
    overflow-x: hidden;

    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);

    visibility: visible;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

/* Search bar */
header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.easy-autocomplete {
    width: 90% !important;
}
#search_form_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.magGlass_container {
    width: 10%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 34px;
}
.magGlass_container button {
    border: none;
    background: inherit;
    width: 45px;    
    padding: 0;
}
.magGlass_container button:focus {
    outline: none !important;
    outline-width: 0 !important;
}
.search_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 15;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.branch_bar_container {
    height: calc(100vh - 10vh);
    overflow: auto;
    background: #fff;
    position: absolute;
    top: 70px;
    width: 100%;
    padding: 30px 0;
    /* height: 128px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    z-index: 15;
    flex-direction: column;
}
.branch_bar_container li {
    margin-bottom: 10px;
}
.search_bar_container form {
    width: 70%;
}
.search_bar_container {
    background: #fff;
    position: absolute;
    width: 40%;
    height: 128px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2000;
}
#search_bar {
    height: 60px;
    width: 100%;
    font-size: 24px;
    padding: 0 12px;
    border: 0;
    border-bottom: 2px solid #ddd;
    border-radius: 0;
    color: #141414;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
#search_bar:focus {
    outline: none;
}
input#search_bar::-webkit-input-placeholder {
    color: #292F37;
}
input#search_bar::-moz-placeholder {
    color: #292F37;
}
input#search_bar:-ms-input-placeholder {
    color: #292F37;
}
input#search_bar::-ms-input-placeholder {
    color: #292F37;
}
input#search_bar::placeholder {
    color: #292F37;
}
.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
    padding-top: 8px;
    padding-bottom: 8px;
}

.search_bar_container_2 {
    position: relative;
    display: flex;
    align-items: center;
}
.search_bar_container_2 .easy-autocomplete-container {
    left: 23px;
}
#search_bar_2 {
    background-color: rgba(221, 221, 221, 0.5);
    height: 42px;
    width: 472px;
    border-radius: 40px;
    padding: 0px 15px 0px 30px;
    border: 0;
    color: #141414;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
#search_bar_2:focus {
    outline: none;
    border: 2px solid #000;
}
input#search_bar_2::-webkit-input-placeholder {
    color: #292F37;
}
input#search_bar_2::-moz-placeholder {
    color: #292F37;
}
input#search_bar_2:-ms-input-placeholder {
    color: #292F37;
}
input#search_bar_2::-ms-input-placeholder {
    color: #292F37;
}
input#search_bar_2::placeholder {
    color: #292F37;
}
.magGlass_container_2 {
    width: 28px;
    position: absolute;
    right: 14px;
}
.magGlass_container_2 button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    width: inherit;
}
.right_header_icons {
    width: 25px;
    cursor: pointer;
}
.sucursalesLink{
    cursor: pointer;
}
.divisor-line {
    width: 100%;
    border: 2px solid #C8CCD0;
    margin: 90px 0 60px;
}
.globo_cantidad_cesta {
    right: -6px;
    top: -4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    border-radius: 55px;
    width: 15px;
    height: 15px;
    font-size: 10px;
    color: #fff;
    background-color: #f00;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.weightable.Down span, .UpDownButton.Down span {
    /* border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; */
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    width: 40px;
    border: 2px solid #8E949C;
}
.weightable.Up, .UpDownButton.Up {
    /* border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; */
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    width: 40px;
    border: 2px solid #8E949C;
}
.quantity_buttons {
    background: transparent;
}
.quantity_buttons:active {
    background: rgba(221, 221, 221, 0.2);
}
.footer_copyright_word {
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
.footer_copyright_word a {
    color: #fedd00;
    white-space: nowrap;
}
.footer_left_blocks {
    margin-left: 1.5rem;
}
.loader_1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
/* CART RESUME */
.resume_container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.cart-resume-container {
    width: 330px;
    height: 440px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background-color: #F0F2F4;
}
.lo-quiero-tag{
    display: block;
    margin: 0;
    text-align: center;
    position: absolute;
    background: none;
    width: 100%;
    z-index: 500;
    font-size: 1vw;
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
    top: 63%;
    line-height: 50px;
    opacity: 90%;
}
.lo-quiero-tag:hover{
    display: block;
}
.lo-quiero-tag:hover ~ .Image{
    display: block;
    filter: brightness(60%);
}
.lo-quiero-tag-link{
    display: none;
}
.lo-quiero-tag-link:hover{
    display: block;
}
.Image{
    width:100%;
    text-align: center;
    overflow:hidden;
    display: block;
    transition: filter 300ms ease;
}

@media screen and (min-width: 750px){
    /*.Image:hover{*/
    /*    filter: brightness(50%);*/
    /*}*/
    .Image:hover ~ .lo-quiero-tag-link{
        display: block;
    }
}
/* CART RESUME */
@media (max-width: 1390px) {
    .footer_ring_1, .footer_ring_2 {
        display: none;
    }
}
@media (min-width: 1120px) {
    .header_wrapper_icons .mostrarMenuT  {
        /* min-width: 250px; */
        display: flex;
        justify-content: flex-start;
    }
    .header_wrapper .header_logo {
        /* left: -50px; */
    }

    .input-with-icon {
        /* causes absolute icon div to be positioned correctly */
        height: 46px;
        position: relative;
        
        width: 25rem;
        box-sizing: border-box;

    }


    .Main{
        background-color: #fff;
    }
      .input-with-icon .form-control {
          background-color: #EDEDED;
          border-radius: 20px;
          height: 100%;
          width: 100%;
          padding-right: 3.65rem;
          box-sizing: border-box;
      }
      
      .input-with-icon .search_icon {
        position: absolute;
        
        background-image: url(../img/iconos/search.svg);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 2.5rem 2.5rem;

        background-color: #EDEDED;
        border: none;

        
        /* These are set relative to the height of the input box to bound the box neatly inside. This is aesthetic to me but you may change the dimensions of course. */
        right: 0.9rem;
        top: 0.25rem;
        width: 2.3rem;
        height: 2.2rem;
        
        /* content in the icon div is centered, without bootstrap or font-awesome you may wish to add your own text in the span */
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .input-with-icon .search_icon:focus {
          outline: none;
      }
      
      /* 
       BELOW PROPERTIES AREN'T CRITICAL FOR DESIRED BEHAVIOUR.
       THEY ARE PURELY FOR DEMONSTRATION PURPOSES
      */
        .input-with-icon {
            margin: 0.8rem;
      }
      
        .input-with-icon .form-control {
            padding-left: 1.2rem;
            padding-top: 0.6rem;
            padding-bottom: 0.6rem;
      }
      
        .input-with-icon .icon {
            border: none;
      }

        .categories {
            width: 100%;
            display: flex;
            justify-content: center;
            background-color: #ea1c29;
            color: #fff;

        }   
        .categories span {
            margin: 8px 30px;
        }

        .header-logo-1 {
            display: none;
        }
    }

    .cart-buttom{
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .cart-buttom button{
        border-radius: 20px;
    }

    .logofooter {
        width: 70%;
        margin: 0 0 30px 0;
    }

    .mobileCategories{
        display: none;
        width: 100%;
        height: 50px;
        background-color: #00b74f;
        color: white;
        margin-top: 10px;
        justify-content: center;
        align-items: center;
    }

    .dpaso_4_banner{
        justify-content: center;
    }

    .dpaso_4_banner .SmallBanners{
        max-width: 20%;
    }

    .Banner_2_dpaso a img{
        border-radius: 40px;
        width: 80%;
    }
    
    .icon-menu.close-menu {
        width: 24px;
    }
/* CART */
/*.table.cart_table thead tr th:first-child {
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
}
.table.cart_table thead tr th:last-child {
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
}*/
.cart_table {
    /* border-collapse: separate; */
    font-size: 13px;
}
.cart_table thead tr {
    line-height: 15px;
}
.cart_table thead {
    background: #F0F2F4;
    font-size: 16px;
    color: #292F37;
    /* text-align: center;  */
    height: 40px;
}
.cart_table tbody td {
    padding-top: 25px;
    padding-bottom: 25px;
}
.table.cart_table td, table.cart_table th {
    vertical-align: middle;
}
.table.cart_table thead th {
    border: none;
    font-weight: normal;
}
.table.cart_table td, 
.table.cart_table th {
    border: none;
}
/* CART */

#clientObservation{
    width: 100%;
    max-height: 300px;
    min-height: 150px;
    height: 150px;
    max-width: 100%;
    padding-top: 1%;
    padding-left: 2%;
}
#sucursalesVentana{
    position: absolute;
    z-index: 100;
    width: 13%;
    background-color: #eeeeee;
    color: #000;
    top: 0;
    text-align: center;
    display: none;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 2%;
    padding-right: 2%;
  }
  #sucursalesVentana a:hover{
    color: var(--color_company_1);
  }
/*_______________________ Responsive_______________________________________*/

@media screen and (max-width: 1120px) {
    .main_title {
        margin-bottom: 0;
    }
    .header_wrapper .header_row_1 {
        align-items: center;
    }
    .lista-categorias {
        display: none;
    }
    .header-logo-1 {
        display: block;
        width: 73.41px;
        margin-left: 10px;
    }
    .header-logo-3 {
        display: none;
    }
    .footer_copyright_word {
        margin-top: 30px;
    }
    #main_container_2 {
        /* Podemos Editar el top del header con respecto al primer banner */
        /*margin-top: 90px !important;*/
    }
    .header_menu_icons.branch_icon_selector img {
        width: 29px;
    }
    .globo_cantidad_cesta {
        right: -12px;
        top: -7px;
    }
    .product-price-carousel {
        font-size: 1.1em;
    }
    #search_bar {
        /* height: fit-content; */
        width: 100%;
        height: 40px;
        font-size: 20px;
        padding: 0 12px;
        border: 0;
        border-bottom: 2px solid #ddd;
        border-radius: 0;
        color: #141414;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
    }
    .magGlass_container {
        width: 10%;
        height: 53px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 25px;
    }
    .footer_wrapper {
        height: 100%;
        padding: 20px;
    }
    .header_wrapper {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        height: 70px;
    }
    .header_wrapper .header_logo {
        width: 140px;
    }
    .header_wrapper .header_row_1 {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 15px 25px;
        height: 70px;
    }
    .header_wrapper_icons {
        display: none !important;
    }
    .header_menu_icon_container {
        width: 29px;
        margin-left: 2px;
    }
    .header_menu_icons {
        width: 31px;
        position: relative;
        margin-right: 20px;
    }
    .header_menu_icon_container_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    nav {
        display: none;
    }
    .search_bar_container form {
        width: 90%;
    }
    .search_bar_container {
        background: #fff;
        position: absolute;
        top: 70px;
        width: 100%;
        height: 90px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        z-index: 15;
    }

    /* Collapsible menu */
    .collapsible-menu {
        width: 60%;
        max-width: 375px;
    }
    
    .collapsible-menu-titles {
        font-size: 17px;
        font-weight: bold;
        margin-top: 25px;
    }

    .collapsible-menu ul {
        list-style: none;
        padding-left: 0;
    }

    .box-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 12px;
    }

    .box-menu .logo_menu {
        width: 90px;
    }

    .opened.collapsible-menu {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    visibility: visible;
    }

    .menu-title-1 {
        font-size: 21px;
        font-weight: bold;
    }

    .col-men-inn-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        text-align: right;
        /* padding: 15px 35px; */
        padding: 32px 30px 32px 39px;
        white-space: nowrap;
        font-weight: bold;
    }

    .menu-options {
        height: 100%;
        font-size: 1rem;
        line-height: 3.44rem;
        margin-top: 25px;
    }

    .menu-options a {
        color: inherit;
        display: block;
    }

    .menu-options a:hover {
        color: #edeeef;
        text-decoration: none;
    }
    .menu_block_1 {
        border-bottom: 2px solid #000;
        padding-bottom: 25px !important;
        margin-bottom: 25px;
        padding: 0;
        text-align: left;
    }
    .menu_block_1 ul {
        line-height: 50px;
    }
    .menu_block_2 div {
        font-weight: bold;
    }
    .menu_block_2 li {
        line-height: 45px;
    }
    .menu_item_1 {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .group-container {
        display: none;
    }
    .collapsible-menu i {
        font-size: 12px;
    }
    ul.group_list {
        margin-top: 15px;
    }
    ul.group_list li {
        line-height: 40px;
        font-size: 14px;
        height: 40px;
    }
    .mobile_menu_header {
        border-bottom: 2px solid #000;
        padding-bottom: 25px;
        /* margin-bottom: 25px; */
        margin-top: 25px;
    }
}
@media (max-width: 1024px) {
    .search_bar_container {
        width: 100%;
    }   
}
@media (max-width: 992px) {
    .resume_container {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .resume_container .card {
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .footer_logo {
        /* display: none; */
    }
    .footer_contact {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }
    .footer_left_blocks {
        margin-left: 0;
    }
    .footer_wrapper .footer_box5_icons_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-top: 30px;
        margin-left: 0;
    }
    .footer_icon_2 {
        width: 50px;
        margin-right: 0px;
    }
    .footer_copyright_word {
        font-size: 14px;
    }
    .footer_btn_1_right {
        padding: 0 10px;
    }

    /* Footer blocks */
    .footer_block_1 {
        margin: 10px 0 10px;
    }
    .footer_block_2 {
        margin: 0 0 20px;
    }
    .footer_block_3 {
        margin: 5px 0 0;
    }
    .footer_block_4 {
        margin: 10px 0 25px;
        text-align: center;
    }
    .footer_block_5 {
        text-align: center;
    }
    .footer_box5_icons_wrapper  {
        /* margin-bottom: 20px; */
    }
}
@media (max-width: 645px) {
    .footer_copyright_word .footer_stellar_signature {
        margin-top: 10px;
    }
    .carousel-model-1 {
        padding: 1.5rem 3rem !important;
    }
}
@media (max-width: 541px) {
    /* footer {
        height: 426px;
    } */
    .footer_block_2, .footer_block_3, .footer_block_5, .traki_description {
        display: none;
    }
    .footer_subcontainer_1 {
        padding: 0 40px;
    }
    .footer_subcontainer_2 {
        margin-bottom: 0 !important;
    }
    .footer_block_1 h2 {
        margin-bottom: 0px;
    }
    .footer_box4_p {
        max-width: 280px;
    }
    .footer_wrapper .footer_box5_icons_wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        padding-top: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 20px;
        padding-top: 0px !important;

        -webkit-box-pack: justify;

            -ms-flex-pack: justify;

                justify-content: space-between;
        width: 190px;
    }
}
@media (max-width: 426px) {
    .header_new_options_container{
        width: 60%;
    }
    .carousel-model-1 {
        padding: 1.5rem 1rem !important;
    }
    .modal-footer.footer-change-branch-modal {
        flex-wrap: wrap;
    }
    .modal-footer.footer-change-branch-modal .btn {
        margin: 0;
    }
    .modal-footer.footer-change-branch-modal .stock_modal_continue,
    .modal-footer.footer-change-branch-modal .stock_modal_change_branch {
        margin-bottom: 10px;
    }
    .header_menu_icons.branch_icon_selector img {
        width: 25px;
        margin-bottom: 1px;
    }
    .sug .stock_element {
        font-size: 10px !important;
    }
    .globo_cantidad_cesta {
        right: -12px;
        top: -7px;
    }
    .product-name-carousel {
        font-size: 13px;
    }
    .header_wrapper .header_logo {
        /* width: 140px; */
    }
    .header_wrapper .header_row_1 {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 10px;
    }
    .header_menu_icon_container {
        width: 28px;
    }
    .header_menu_icons {
        width: 28px;
    }
    .product-description-carousel {
        font-size: 15px;
    }
    .collapsible-menu {
        /* width: 90%; */
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 375px) {
    .footer_copyright_word {
        font-size: 12px;
    }
    .product-price-carousel {
        font-size: 1.1em;
    }
}


